projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
407f5aa
)
fix comp-propagate*
author
Andrea Corallo
<akrl@sdf.org>
Tue, 19 Nov 2019 19:50:18 +0000
(20:50 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:38:07 +0000
(11:38 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 7408034b93255c1f386f72195d614d33a9c523ac..2ee244077ba3f4a1231f73d8413266cdcc3f2e21 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-1571,7
+1571,7
@@
Return t if something was changed."
do (comp-propagate-insn insn)
when (and (null modified) (not (equal insn orig-insn)))
do (setf modified t))
- finally
(cl-return modified)
))
+ finally
return modified
))
(defun comp-propagate (_)
(maphash (lambda (_ f)